home *** CD-ROM | disk | FTP | other *** search
/ MacAddict 114 / macaddict114.cdr / Software / Interface / BetterFinder.dmg / A Better Finder Rename 7.app / Contents / Resources / Action Replace at End.nib / classes.nib next >
Encoding:
Text File  |  2005-11-09  |  1.6 KB  |  55 lines

  1. {
  2.     IBClasses = (
  3.         {
  4.             CLASS = ABFRGlobalPreferencesPseudoAction; 
  5.             LANGUAGE = ObjC; 
  6.             SUPERCLASS = BaseAction; 
  7.         }, 
  8.         {
  9.             CLASS = BaseAction; 
  10.             LANGUAGE = ObjC; 
  11.             OUTLETS = {
  12.                 parameterView = NSView; 
  13.                 previewController = NSArrayController; 
  14.                 previewView = NSView; 
  15.             }; 
  16.             SUPERCLASS = NSObject; 
  17.         }, 
  18.         {
  19.             CLASS = BaseRenameAction; 
  20.             LANGUAGE = ObjC; 
  21.             OUTLETS = {firstTextField = NSTextField; }; 
  22.             SUPERCLASS = BaseAction; 
  23.         }, 
  24.         {CLASS = FirstResponder; LANGUAGE = ObjC; SUPERCLASS = NSObject; }, 
  25.         {
  26.             ACTIONS = {apply = id; cancel = id; ok = id; updatePreview = id; }; 
  27.             CLASS = MainController; 
  28.             LANGUAGE = ObjC; 
  29.             OUTLETS = {
  30.                 globalSettings = ABFRGlobalPreferencesPseudoAction; 
  31.                 parameterView = PSFlexView; 
  32.                 previewDrawer = NSDrawer; 
  33.                 window = NSWindow; 
  34.             }; 
  35.             SUPERCLASS = NSObject; 
  36.         }, 
  37.         {
  38.             CLASS = PSFlexView; 
  39.             LANGUAGE = ObjC; 
  40.             OUTLETS = {containedView = NSView; }; 
  41.             SUPERCLASS = NSView; 
  42.         }, 
  43.         {
  44.             CLASS = ReplaceAtEndAction; 
  45.             LANGUAGE = ObjC; 
  46.             SUPERCLASS = ReplaceAtFrontAction; 
  47.         }, 
  48.         {
  49.             CLASS = ReplaceAtFrontAction; 
  50.             LANGUAGE = ObjC; 
  51.             SUPERCLASS = BaseRenameAction; 
  52.         }
  53.     ); 
  54.     IBVersion = 1; 
  55. }